home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Topware / gozilla / gozilla.exe / {app} / big.skin / menu_file.skn < prev    next >
Text File  |  2001-08-30  |  1KB  |  27 lines

  1. <form name="File Menu" image="window\black.bmp" resize_image=stretch 
  2.     resize_window=false width=160 height=92>
  3.  
  4.     <button name="toggle_add_file" x=0 y=0
  5.         image="menu\menu_top_n.bmp" mouseOver="menu\menu_top_o.bmp" mouseDown="menu\menu_top_d.bmp"
  6.         toggleimage="menu\menu_top_n.bmp" 
  7.         togglemouseOver="menu\menu_top_o.bmp" togglemouseDown="menu\menu_top_d.bmp"
  8.         text="Add File" toggletext="Add File"
  9.         text_x=5 text_y=7 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E>
  10.  
  11.     <button name="paste" x=0 y=26 
  12.         image="menu\menu_n.bmp" mouseOver="menu\menu_o.bmp" mouseDown="menu\menu_d.bmp"
  13.         text="Paste File"
  14.         text_x=5 text_y=1 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E>
  15.  
  16.     <button name="download_pause" x=0 y=46 
  17.         image="menu\menu_n.bmp" mouseOver="menu\menu_o.bmp" mouseDown="menu\menu_d.bmp"
  18.         toggleimage="menu\menu_n.bmp" togglemouseOver="menu\menu_o.bmp" togglemouseDown="menu\menu_d.bmp"
  19.         text="Pause" toggletext="Resume"
  20.         text_x=5 text_y=1 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E>      
  21.         
  22.     <button name="download_cancel" x=0 y=66 
  23.         image="menu\menu_bot_n.bmp" mouseOver="menu\menu_bot_o.bmp" mouseDown="menu\menu_bot_d.bmp"
  24.         text="Cancel"
  25.         text_x=5 text_y=1 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#B11900>      
  26.  
  27. </form>